loadUrl

abstract fun loadUrl(url: String)

Navigates to the resource identified by the given url. This method tells the browser to start asynchronous loading and returns immediately.

Parameters

url

the URL of the resource to load

Throws

when the url is empty or blank

when the browser is already closed


abstract fun loadUrl(params: LoadUrlParams)

Navigates to the resource identified by the given params. This method tells the browser to start asynchronous loading and returns immediately.

Parameters

params

parameters such as URL, POST data, and HTTP headers

Throws

when the browser is already closed